home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 101 / CD-ROM 101.iso / compl / maya5ple / Install_MayaPLE5_English.exe / Maya / Data1.cab / compat_maya_5.0ff06.mel < prev    next >
Encoding:
Text File  |  2003-07-17  |  2.6 KB  |  70 lines

  1. // Copyright (C) 1997-2002 Alias|Wavefront,
  2. // a division of Silicon Graphics Limited.
  3. //
  4. // The information in this file is provided for the exclusive use of the
  5. // licensees of Alias|Wavefront.  Such users have the right to use, modify,
  6. // and incorporate this code into other products for purposes authorized
  7. // by the Alias|Wavefront license agreement, without fee.
  8. //
  9. // ALIAS|WAVEFRONT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  10. // INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  11. // EVENT SHALL ALIAS|WAVEFRONT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  12. // CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  13. // DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  14. // TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  15. // PERFORMANCE OF THIS SOFTWARE.
  16. //
  17. //
  18. // Global Maya compatibility file, version 5.0ff06
  19. ////////////////////////////////////////////////////////////////////////////
  20. //
  21. // This version becomes effective as of the Feb 12, 2003 release.
  22. //
  23. ////////////////////////////////////////////////////////////////////////////
  24.  
  25. attrCompatibility -v "5.0ff06";
  26.  
  27. attrCompatibility -rm hardwareRenderGlobals wal;
  28. attrCompatibility -rm hardwareRenderGlobals writeAlpha;
  29.  
  30. attrCompatibility -rm hardwareRenderGlobals wzd;
  31. attrCompatibility -rm hardwareRenderGlobals writeZDepth;
  32.  
  33. attrCompatibility -rm hardwareRenderGlobals ldar;
  34. attrCompatibility -rm hardwareRenderGlobals lockDeviceAspectRatio;
  35.  
  36. attrCompatibility -rm hardwareRenderGlobals dar;
  37. attrCompatibility -rm hardwareRenderGlobals deviceAspectRatio;
  38.  
  39. attrCompatibility -rm hardwareRenderGlobals bc;
  40. attrCompatibility -rm hardwareRenderGlobals backgroundColor;
  41.  
  42. attrCompatibility -rm hardwareRenderGlobals bcr;
  43. attrCompatibility -rm hardwareRenderGlobals backgroundColorR;
  44.  
  45. attrCompatibility -rm hardwareRenderGlobals bcv;
  46. attrCompatibility -rm hardwareRenderGlobals backgroundColorG;
  47.  
  48. attrCompatibility -rm hardwareRenderGlobals bcb;
  49. attrCompatibility -rm hardwareRenderGlobals backgroundColorB;
  50.  
  51.  
  52. if (`pluginInfo -q -loaded Mayatomr`)
  53. {
  54.     attrCompatibility -rm mentalrayGlobals bspm;
  55.     attrCompatibility -rm mentalrayGlobals bspMaxMemory;
  56.     
  57.     attrCompatibility -rm mentalrayGlobals grds;
  58.     attrCompatibility -rm mentalrayGlobals gridSize;
  59.     
  60.     attrCompatibility -rm mentalrayGlobals rcl3;
  61.     attrCompatibility -rm mentalrayGlobals rayclSubdivision;
  62.     
  63.     attrCompatibility -rm mentalrayGlobals rcl2;
  64.     attrCompatibility -rm mentalrayGlobals raycl2dSubdivision;
  65.     
  66.     attrCompatibility -rm mentalrayGlobals rclm;
  67.     attrCompatibility -rm mentalrayGlobals rayclMemory;
  68. }
  69.  
  70.